home *** CD-ROM | disk | FTP | other *** search
/ Freelog 42 / Freelog042.iso / Bas / Jeux / BallBreaker / BallBreaker[1].swf / scripts / DefineButton2_99 / BUTTONCONDACTION on(release).as
Text File  |  2003-01-12  |  119b  |  11 lines

  1. on(release){
  2.    if("5000" < Score)
  3.    {
  4.       gotoAndPlay(4);
  5.    }
  6.    else
  7.    {
  8.       gotoAndPlay(4);
  9.    }
  10. }
  11.